home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 7;
- _root.di1 = 178;
- _root.next_txt1 = "Get your hands off them! They are for paying costumers only!";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Seems as though Mary Beth is rasing money for the Homecoming Dance tonight. These cupcakes sure look yummy.";
- }
- }
- }
-